Fix gtk_grid_attach_next_to
authorMatthias Clasen <mclasen@redhat.com>
Wed, 26 Oct 2011 03:18:21 +0000 (23:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 26 Oct 2011 03:21:13 +0000 (23:21 -0400)
commit362ff7bedff9f287193be30a7b4ee6199b7164eb
tree588785c916b41ca3e6d34310dc9ba67df31419f6
parent7f80ee3a38e0e217b0e3f5886a79fe175a8a6913
Fix gtk_grid_attach_next_to

The function did not behave as intended when @sibling is NULL.
Also add an example to the docs to clarify the intended behaviour.
gtk/gtkgrid.c